libxl: Use new macro LOGE() in libxl_qmp.c
authorKelley Nielsen <kelleynnn@gmail.com>
Mon, 11 Nov 2013 23:23:51 +0000 (15:23 -0800)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 19 Nov 2013 14:09:43 +0000 (14:09 +0000)
commitc61ca4baa041c49b70b3ccee04cac48fdf6f7bff
tree3f91a065c8953234b4ae9debd2eb52db4a6ee888
parentf28b2f4dfd566091e7d36f5d298c162feb4a5cd6
libxl: Use new macro LOGE() in libxl_qmp.c

Code cleanup -- no functional changes

Coding style has recently been changed for libxl. The convenience
macro LOGE() has been introduced, and invocations of the old macro
LIBXL__LOG_ERROR() are to be replaced with it. Change all occurences
of the old macro (in functions that have a local libxl_gc *gc) except
the one in register_serials_chardev_callback() to the new one. (This
function lacks a local libxl__gc *gc, which LOGE() requires.)

Suggested-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_qmp.c